home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u268.dms / in.adf / FRQLIB / Changes < prev    next >
Encoding:
Text File  |  1991-12-26  |  5.9 KB  |  148 lines

  1. ----------------------------------------------------------------------------
  2. Release 3.02 changes:                                            26 Nov 1991
  3.  
  4. 1. User List:
  5.  
  6.    The User List is simply a list of directories and files that the user
  7.    defines and can access quickly.  To get to the list, just click the right
  8.    mouse button once to get the User List, or hit the F2 key.  You can then
  9.    pick any entry in that list to go to that directory, or select that file.
  10.  
  11.    The User List is read from a file called "s:kd_freq.user.list", which you
  12.    create.  It is simply a list of directories or files, each on its own line.
  13.    Each entry must be terminated with a return.  A directory must end with
  14.    a : or a / so that it is recognized as one.  A file is any entry which
  15.    doesn't end with a : or a /.  The library will read the user.list file
  16.    when it FIRST starts up, so any changes to this file won't show up until
  17.    the next time the library starts itself.  (normally at boot-up time).
  18.  
  19.    You can also quickly add the current file/directory to the User List,
  20.    just hit F8 and it will be added to the user list, however, this will
  21.    only remain for the duration of the current session.. once the library
  22.    is flushed, these will be lost.  As long as the library is not flushed,
  23.    all programs using the library access the same list, so if you add an
  24.    entry from the FR in one program, it'll show up in the other, i.e. the
  25.    User List is global.
  26.  
  27.    Note: If the user list is empty, it will NOT show up, and the FR will skip
  28.          it and go to the next list instead.
  29.  
  30.          The User List ignores duplicate entries.
  31.  
  32.  
  33. 2. History List:
  34.  
  35.    The history list is the last 100 files you OK'd in any invocation of
  36.    the FR during the current session.  (i.e. since the library was loaded).
  37.    It acts like the User List, except that entries are added to it
  38.    automatically as you use the FR.  If you cancel the FR, the entry will
  39.    not be stored.   To access the History list click on the right mouse
  40.    button twice, or hit the F2 key twice.
  41.  
  42.    Note: If the history list is empty, the FR will skip it and show the
  43.          storage devices list instead.
  44.  
  45.          The History List is NOT sorted, it shows up in reverse order of
  46.          selection, i.e. last file selected shows up at the top of the list.
  47.  
  48.          The History List deletes duplicate entries.  When the list is
  49.          filled up, the new entry pushes out the oldest entry.
  50.  
  51.  
  52. Bug Fixes:
  53.  
  54. 1. ASL font requesters were incorrectly bypassed when using BackTalk.  This
  55.    no longer happens.  FR_Bypass passes those font requests back to the
  56.    asl.library now, as it should.
  57.  
  58. 2. FR_Bypass was not coming up in the screen font when bypassing a request.
  59.    Fixed.
  60.  
  61. 3. The Select List display would get messed up when a proportional font was
  62.    used.. fixed.
  63.  
  64. 4. Clicking on an empty entry sometimes caused garbage to show up in the
  65.    file gadget.. fixed.
  66.  
  67.  
  68. Nothing has changed on the programmer's side.  The library still identifies
  69. itself as version 3.01, and all includes show that version number, too.
  70.  
  71. ----------------------------------------------------------------------------
  72. Release 3.01 changes:                                            17 Nov 1991
  73.  
  74. 1. New program-definable gadget that can be used from within the requester.
  75.    Read the docs for programming details for the ExtraButton.
  76.  
  77. 2. Added 'About' feature in Injector.  Just click on the 'About' gadget
  78.    to see instructions on how to use the Injector.
  79.  
  80. 3. Directory string gadget now shows the last part of the directory's path
  81.    name if it is longer than the string gadget.
  82.  
  83. 4. Version is now:  Version 3, revision 1.
  84.  
  85. 5. New program, WFind is a simple program that does what Find does, except
  86.    it searches for files using a wildcard pattern, like the FR feature
  87.    does.  I put this here along with WFind.c so that you can play with it.
  88.  
  89.  
  90. Bug Fixes:
  91.  
  92. 1. FR_Bypass now correctly intercepts all asl.library calls.  The previous
  93.    version didn't trap half the calls.
  94.  
  95. 2. FR_Bypass would guru in some specific req.library calls.
  96.  
  97. 3. The box around the File gadget wouldn't expand beyond 32 chars.  Fixed.
  98.  
  99. 4. The requester no longer crashes when you attempt to open a very large
  100.    window size.  It will now open to a calculated max height to fit 80 file
  101.    entries in the window.
  102.  
  103. 5. FR would guru badly if it faced device names longer than 8 characters.
  104.  
  105. 6. The file list font would sometimes get reset to Topaz 8 when you resize
  106.    the FR.. fixed.
  107.  
  108. 7. Surrounded the Wait() statement with mask changes to 0xff, and 0x03.
  109.    Should fix problems with special user images.
  110.  
  111. ----------------------------------------------------------------------------
  112. New features in release 3.00:  (read the FR_User.DOC file for details)
  113.  
  114.  1. Sort by file name, date or size.
  115.  2. Show/Hide files by their size, i.e. Size Wildcards.
  116.  3. Extended Select across directories.
  117.  4. String search.  (looks for a string in text files)
  118.  5. Buffered directories between calls.
  119.  6. Delete Files.
  120.  7. Amiga-Return decativates a string gadget.
  121.  8. Totally rewrote the programmer's calls and interface.  However, backward
  122.     compatibility is 100%.
  123.  9. Rearranged many gadgets to fit more in and to make them look better.
  124. 10. FR_Bypass has changed a lot.
  125. 11. Many, many bug fixes.
  126.  
  127. ----------------------------------------------------------------------------
  128.  
  129. New features in release 2.00:  (read the FR_User.DOC file for details)
  130.  
  131.   1. Keyboard control.
  132.   2. Extended Select.
  133.   3. New FR_Bypass program. 
  134.      This replaces the file requesters in ARP.library, REQ.library
  135.      (for CED Pro), and even ASL.library (the standard Workbench 2.0 FR)
  136.   4. Fast File Finder.
  137.   5. Hide Wildcard.
  138.   6. Pointer-sensitive Help mode.
  139.   7. Keyboard Help screen.
  140.   8. Print Directory.
  141.   9. Hot-key File-Injector facility.
  142.  10. WB 2.x compatible.  (tested on the 3000)
  143.  11. Create Directory.
  144.  12. New 2.0 'look'.
  145.  13. Inverted look for visual difference on saves.
  146.  
  147. ----------------------------------------------------------------------------
  148.